Quản lý bất động sản trong c# (Ứng dụng Windows)

1 <?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion=
"4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=
" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=
" '$(Platform)' == '' ">x86</Platform>
6     <ProductVersion>
8.0.30703</ProductVersion>
7     <SchemaVersion>
2.0</SchemaVersion>
8     <ProjectGuid>{CC813884-5D90-
4044-9571-8FB7C54D9612}</ProjectGuid>
9     <OutputType>WinExe</OutputType>
10     <AppDesignerFolder>Properties</AppDesignerFolder>
11     <RootNamespace>MultiFaceRec</RootNamespace>
12     <AssemblyName>MultiFaceRec</AssemblyName>
13     <TargetFrameworkVersion>v3.
5</TargetFrameworkVersion>
14     <TargetFrameworkProfile>Client</TargetFrameworkProfile>
15     <FileAlignment>
512</FileAlignment>
16     <PublishUrl>publish\</PublishUrl>
17     <Install>
true</Install>
18     <InstallFrom>Disk</InstallFrom>
19     <UpdateEnabled>
false</UpdateEnabled>
20     <UpdateMode>Foreground</UpdateMode>
21     <UpdateInterval>
7</UpdateInterval>
22     <UpdateIntervalUnits>Days</UpdateIntervalUnits>
23     <UpdatePeriodically>
false</UpdatePeriodically>
24     <UpdateRequired>
false</UpdateRequired>
25     <MapFileExtensions>
true</MapFileExtensions>
26     <ApplicationRevision>
0</ApplicationRevision>
27     <ApplicationVersion>
1.0.0.%2a</ApplicationVersion>
28     <IsWebBootstrapper>
false</IsWebBootstrapper>
29     <UseApplicationTrust>
false</UseApplicationTrust>
30     <BootstrapperEnabled>
true</BootstrapperEnabled>
31   </PropertyGroup>
32   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
33     <PlatformTarget>x86</PlatformTarget>
34     <DebugSymbols>
true</DebugSymbols>
35     <DebugType>full</DebugType>
36     <Optimize>
true</Optimize>
37     <OutputPath>bin\Debug\</OutputPath>
38     <DefineConstants>DEBUG;TRACE</DefineConstants>
39     <ErrorReport>prompt</ErrorReport>
40     <WarningLevel>
4</WarningLevel>
41     <AllowUnsafeBlocks>
true</AllowUnsafeBlocks>
42   </PropertyGroup>
43   <PropertyGroup Condition=
" '$(Configuration)|$(Platform)' == 'Release|x86' ">
44     <PlatformTarget>x86</PlatformTarget>
45     <DebugType>pdbonly</DebugType>
46     <Optimize>
true</Optimize>
47     <OutputPath>bin\Release\</OutputPath>
48     <DefineConstants>TRACE</DefineConstants>
49     <ErrorReport>prompt</ErrorReport>
50     <WarningLevel>
4</WarningLevel>
51   </PropertyGroup>
52   <ItemGroup>
53     <Reference Include=
"Emgu.CV">
54       <HintPath>F:\Emgu\emgucv-windows-x86
2.2.1.1150\bin\Emgu.CV.dll</HintPath>
55     </Reference>
56     <Reference Include=
"Emgu.CV.UI">
57       <HintPath>F:\Emgu\emgucv-windows-x86
2.2.1.1150\bin\Emgu.CV.UI.dll</HintPath>
58     </Reference>
59     <Reference Include=
"Emgu.Util">
60       <HintPath>F:\Emgu\emgucv-windows-x86
2.2.1.1150\bin\Emgu.Util.dll</HintPath>
61     </Reference>
62     <Reference Include=
"System" />
63     <Reference Include=
"System.Core" />
64     <Reference Include=
"System.Xml.Linq" />
65     <Reference Include=
"System.Data.DataSetExtensions" />
66     <Reference Include=
"System.Data" />
67     <Reference Include=
"System.Deployment" />
68     <Reference Include=
"System.Drawing" />
69     <Reference Include=
"System.Windows.Forms" />
70     <Reference Include=
"System.Xml" />
71   </ItemGroup>
72   <ItemGroup>
73     <Compile Include=
"EigenObjectRecognizer.cs" />
74     <Compile Include=
"MainForm.cs">
75       <SubType>Form</SubType>
76     </Compile>
77     <Compile Include=
"MainForm.Designer.cs">
78       <DependentUpon>MainForm.cs</DependentUpon>
79     </Compile>
80     <Compile Include=
"Program.cs" />
81     <Compile Include=
"Properties\AssemblyInfo.cs" />
82     <EmbeddedResource Include=
"MainForm.resx">
83       <DependentUpon>MainForm.cs</DependentUpon>
84     </EmbeddedResource>
85     <EmbeddedResource Include=
"Properties\Resources.resx">
86       <Generator>ResXFileCodeGenerator</Generator>
87       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
88       <SubType>Designer</SubType>
89     </EmbeddedResource>
90     <Compile Include=
"Properties\Resources.Designer.cs">
91       <AutoGen>True</AutoGen>
92       <DependentUpon>Resources.resx</DependentUpon>
93       <DesignTime>True</DesignTime>
94     </Compile>
95     <None Include=
"Properties\Settings.settings">
96       <Generator>SettingsSingleFileGenerator</Generator>
97       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
98     </None>
99     <Compile Include=
"Properties\Settings.Designer.cs">
100       <AutoGen>True</AutoGen>
101       <DependentUpon>Settings.settings</DependentUpon>
102       <DesignTimeSharedInput>True</DesignTimeSharedInput>
103     </Compile>
104   </ItemGroup>
105   <ItemGroup>
106     <BootstrapperPackage Include=
".NETFramework,Version=v4.0,Profile=Client">
107       <Visible>False</Visible>
108       <ProductName>Microsoft .NET Framework
4 Client Profile %28x86 y x64%29</ProductName>
109       <Install>
true</Install>
110     </BootstrapperPackage>
111     <BootstrapperPackage Include=
"Microsoft.Net.Client.3.5">
112       <Visible>False</Visible>
113       <ProductName>.NET Framework
3.5 SP1 Client Profile</ProductName>
114       <Install>
false</Install>
115     </BootstrapperPackage>
116     <BootstrapperPackage Include=
"Microsoft.Net.Framework.3.5.SP1">
117       <Visible>False</Visible>
118       <ProductName>.NET Framework
3.5 SP1</ProductName>
119       <Install>
false</Install>
120     </BootstrapperPackage>
121     <BootstrapperPackage Include=
"Microsoft.Windows.Installer.3.1">
122       <Visible>False</Visible>
123       <ProductName>Windows Installer
3.1</ProductName>
124       <Install>
true</Install>
125     </BootstrapperPackage>
126   </ItemGroup>
127   <ItemGroup>
128     <None Include=
"Resources\Donate.gif" />
129   </ItemGroup>
130   <Import Project=
"$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
131   <!-- To modify your build process,
add your task inside one of the targets below and uncomment it.
132        Other similar extension points exist, see Microsoft.Common.targets.
133   <Target Name=
"BeforeBuild">
134   </Target>
135   <Target Name=
"AfterBuild">
136   </Target>
137   -->
138 </Project>


Gõ tìm kiếm nhanh...